raar.language
Class RAForLoop

java.lang.Object
  extended by raar.language.RAForLoop
All Implemented Interfaces:
java.io.Serializable, RAStatement

public class RAForLoop
extends java.lang.Object
implements RAStatement

See Also:
Serialized Form

Constructor Summary
RAForLoop(java.lang.String elemName, RAAbstractList list, RAStatement set, RARegister register)
           
 
Method Summary
 void execute()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RAForLoop

public RAForLoop(java.lang.String elemName,
                 RAAbstractList list,
                 RAStatement set,
                 RARegister register)
Method Detail

execute

public void execute()
             throws RAException
Specified by:
execute in interface RAStatement
Throws:
RAException